home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00530.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  278 b   |  13 lines

  1. on exitFrame
  2.   global curSND
  3.   set curSND to "fict2.aif"
  4.   sound fadeIn 1, 180
  5.   puppetSound("fict5.aif")
  6.   setnavi()
  7.   set the cursor of sprite 4 to [50, 51]
  8.   set the cursor of sprite 5 to [50, 51]
  9.   set the cursor of sprite 7 to [50, 51]
  10.   puppetSprite(7, 1)
  11.   movPrep()
  12. end
  13.